TextMessengerSettings
data class TextMessengerSettings(val type: NavigationSpec.TextMessenger.Type = Type.Plain, val recipients: List<String>, val subject: String? = null, val body: String? = null, val attachments: List<Uri> = emptyList())
Settings for the text message
Parameters
type
TextMessenger.Type of text message to send
recipients
List of recipients
subject
Optional subject of the message
body
Optional body of the message
attachments
List of Uri pointing to attachments to add